InterviewCrunch
Beta
Join the Discord!
Join the Discord
Get Full Access
Login
Open
InterviewCrunch Roadmap
Start Here 👋
Patterns Pyramid
Python For Interviews: Data Structures
List
Set
Dictionary
Python For Interviews: Advanced Data Structures
Queue / Stack
Graph
Heap
Coding Pattern: Two Pointers
Valid Palindrome
Sum of Three
Valid Palindrome II
Best Time to Buy and Sell Stock
Trapping Rain Water
Coding Pattern: Sliding Window
Shortest Length Subarray Sum
Longest Substring Without Repeats
Fruit into Baskets
Minimum Window Substring
Coding Pattern: Intervals
Meeting Rooms I
Interval List Intersections
Merge Intervals
Insert Interval
Coding Pattern: Linked List Manipulation
Remove Repeats from Sorted List
Swap Nodes in Pairs
Reverse Linked List II
Rotate List
Palindrome Linked List
Coding Pattern: Modified Binary Search
First Bad Version
First and Last Positions in a Sorted List
Maximum Count of Positives or Negatives
Search in Rotated Sorted List
Capacity to Transfer Packages
Coding Pattern: Tree Breadth First Search
Binary Tree Level Order Traversal from Right to Left
Maximum Width of Binary Tree
Binary Tree Zigzag Traversal
Symmetric Tree
Cousins in a Binary Tree
Coding Pattern: Graph Breadth First Search
Find if Path Exists in Graph
Flood Fill
The Maze
Word Ladder
Coding Pattern: Graph Depth First Search
Number of Connected Components
Number of Islands
Pacific Atlantic Water Flow
Course Schedule
Coding Pattern: Backtracking
Combination Sum
Word Search
Letter Combinations Of A Phone Number
N Queens
Coding Pattern: Dynamic Programming
Climbing Steps
Longest Increasing Subsequence
Coin Change
Unique Paths
Pattern Recognition Quiz
Coding Pattern:
Tree Breadth First Search
Loading...
Prev
Capacity to Transfer Packages
Next
Binary Tree Level Order Traversal from Right to Left